Micron Document
NexusPi Git Node

Node / mirrors / MeshChatX / files / scripts / docker / runtime-setup-chainguard.sh

Displaying Raw • Download

scripts/docker/runtime-setup-chainguard.sh 2230d76a6c2f8f4d9117534fe39068d0ae8a5e05 (2230d76a) Text, 465 B

T8b949e#!/bin/sh
T8b949e# SPDX-License-Identifier: 0BSD
T8b949e# Chainguard/Wolfi final-stage packages, pip bootstrap, and meshchat user.
Tffa657set -eu

apk add --no-cache opus libffi shadow libseccomp
pip install --no-cache-dir --upgrade Ta5d6ff"pip>=26.0" Ta5d6ff"setuptools" Ta5d6ff"jaraco.context>=6.1.0"
rm -rf /root/.cache/pip

groupadd -g T79c0ff1000 meshchat
useradd --uid T79c0ff1000 --gid T79c0ff1000 --create-home --home-dir /home/meshchat Tffea00\
--shell /sbin/nologin meshchat
mkdir -p /config
chown meshchat:meshchat /config

Served by rngit 1.5.2 - Generated in 0.01s